home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 1.iso / ARGONET / PD / PROGRAMMING / DESKLIBC / SOURCES.ZIP / DeskLib / !DLSources / Libraries / Handler / c / OpenW < prev   
Text File  |  1995-07-08  |  220b  |  11 lines

  1. #include "DeskLib:WimpSWIS.h"
  2. #include "DeskLib:Handler.h"
  3.  
  4.  
  5. extern BOOL Handler_OpenWindow(event_pollblock *event, void *reference)
  6. {
  7.   UNUSED( reference);
  8.   Wimp_OpenWindow(&(event->data.openblock));
  9.   return(TRUE);
  10. }
  11.